home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / time / alarm next >
Encoding:
Text File  |  1993-10-26  |  590 b   |  12 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           alarm seconds
  4.                Instructs the system to send a SIGALRM  signal  in  the
  5.                specified  number of seconds.  This is a floating point
  6.                number, so fractions of a section may be specified.  If
  7.                seconds is 0.0, any previous alarm request is canceled.
  8.                Only one alarm at a time may  be  active;  the  command
  9.                returns  the  number  of  seconds  left in the previous
  10.                alarm.  On systems without the setitimer  system  call,
  11.                seconds is rounded up to an even number of seconds.
  12.